home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
wot-20080519-fx.xpi
/
chrome
/
wot.jar
/
skin
/
include
/
sample.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2007-11-11
|
1KB
|
52 lines
body {
background-color: white;
font-family: Arial, sans-serif;
font-size: small;
color: black;
}
#sample {
display: block;
width: 530px;
height: 407px;
}
.result {
margin-bottom: 17px;
}
.title {
display: inline;
text-decoration: underline;
font-size: larger;
color: #0000cc;
}
.preview {
margin-top: 2px;
margin-bottom: 2px;
}
.location {
display: inline;
color: green;
}
.similar {
display: inline;
color: #7777cc;
}
.rating {
padding-right: 20px;
background: url("chrome://wot/skin/fusion/16_16/plain/no_rep_available.png") bottom right no-repeat;
}
.rating.r1 {
background: url("chrome://wot/skin/fusion/16_16/plain/danger.png") bottom right no-repeat;
}
.rating.r2 {
background: url("chrome://wot/skin/fusion/16_16/plain/not_safe.png") bottom right no-repeat;
}
.rating.r3 {
background: url("chrome://wot/skin/fusion/16_16/plain/caution.png") bottom right no-repeat;
}
.rating.r4 {
background: url("chrome://wot/skin/fusion/16_16/plain/alright.png") bottom right no-repeat;
}
.rating.r5 {
background: url("chrome://wot/skin/fusion/16_16/plain/trusted.png") bottom right no-repeat;
}